home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Misc / VAR.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  820 b   |  37 lines

  1. |starfromwb|
  2. windowtitle `«logical» = StartedFromWorkbench
  3. printlf `Returns TRUE if the application was 
  4. printlf `started from the Workbench. 
  5. end
  6.  
  7. |thecomline|
  8. windowtitle `"string" = TheCommandLine
  9. printlf `Returns the command line if started
  10. printlf `from CLI, otherwise a NULL string is
  11. printlf `returned.
  12. end
  13.  
  14. |thecurdir|
  15. windowtitle `"string" = TheCurrentDirectory
  16. printlf `Returns your applications current
  17. print `directory.  SEE ALSO: 
  18. subject `TheOriginDirectory`TheOriginDirectory` 
  19. end
  20.  
  21. |theorigdir|
  22. windowtitle `"string" = TheOriginDirectory
  23. printlf `Returns the directory your program
  24. printlf `started running from.
  25. end
  26.  
  27. |libraryversion|
  28. windowtitle `"string" = LibraryVersion`
  29. printlf `A System Variable which returns the
  30. printlf `string identifying the current
  31. printlf `CanDo.Library being used.`
  32. end
  33.  
  34.  
  35.  
  36.  
  37.